home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 April: Mac OS SDK / Dev.CD Apr 99 SDK1.toast / Development Kits / ColorSync 2.5.1 SDK / Sample Code / CSDemo 2.5 / ShellSources / trapUtils.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-09-09  |  302 b   |  15 lines  |  [TEXT/CWIE]

  1.  
  2. #ifndef _TRAPUTILS_
  3. #define _TRAPUTILS_
  4.  
  5.  
  6. /**\
  7. |**| ==============================================================================
  8. |**| PUBLIC FUNCTION PROTOTYPES
  9. |**| ==============================================================================
  10. \**/
  11. Boolean    TrapAvailable (short theTrap) ;
  12.  
  13.  
  14. #endif
  15.